<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wraper {
  width: 1200px;
  margin: 0 auto;
}

.gywm_head {
  font-weight: 500;
  height: min(68px, calc(20px + 48 * 100vw / 1920));
  line-height: min(68px, calc(20px + 48 * 100vw / 1920));
  font-size: min(48px, calc(20px + 48 * 100vw / 1920));
}

.divider {
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}

.yxjgzl {
  width: 100%;
  height: 718px;
  padding-top: 50px;
  background: url(/fore-end/image/index/yxjgzl-bg.png) no-repeat center;
}
.yxjgzl .yxjgzl_content {
  height: 536px;
  position: relative;
}
.yxjgzl .yxjgzl_content .yxjgzl_img {
  padding-top: 14px;
  width: 100%;
  height: 185px;
  text-align: center;
}
.yxjgzl .yxjgzl_content .yxjgzl_img .img {
  width: 844px;
  height: 185px;
  display: none;
}
.yxjgzl .yxjgzl_content .yxjgzl_img .img_active {
  display: inline-block;
}
.yxjgzl .yxjgzl_content .yxjgzl_box {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 1200px;
  height: 368px;
  background: url(/fore-end/image/index/yxgl-bg.png) no-repeat center;
}
.yxjgzl .yxjgzl_content .yxjgzl_item {
  z-index: 10;
  position: absolute;
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url(/fore-end/image/index/yxgl-btn.png);
  font-size: 24px;
  letter-spacing: 2.88px;
  text-align: center;
  color: #0069EA;
  padding-top: 32px;
  line-height: 30px;
  cursor: pointer;
}
.yxjgzl .yxjgzl_content .yxjgzl_item1 {
  left: 141px;
  bottom: 137px;
  animation: scroll 5s ease infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll1 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -35px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.yxjgzl .yxjgzl_content .yxjgzl_item2 {
  bottom: 51px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll1 5s ease infinite;
}
.yxjgzl .yxjgzl_content .yxjgzl_item3 {
  bottom: 137px;
  right: 141px;
  animation: scroll 5s ease infinite;
}
.yxjgzl .yxjgzl_content .item_active {
  background: url(/fore-end/image/index/yxgl-btna.png);
  color: #ffffff;
}

.gywm {
  height: 726px;
  background: rgba(0, 0, 0, 0);
  padding-top: 50px;
}
.gywm .left {
  position: absolute;
  width: 580px;
}
.gywm .left .gywm_list {
  margin-top: 84px;
}
.gywm .left .gywm_row {
  display: flex;
  justify-content: space-around;
}
.gywm .left .gywm_row .gywm_item {
  text-align: center;
}
.gywm .left .gywm_row .gywm_item img {
  width: 60px;
  height: 60px;
}
.gywm .left .gywm_row .gywm_item p {
  margin-top: 12px;
  opacity: 1;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
}
.gywm .left .gywm_content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 34px;
}
.gywm .right {
  display: inline-block;
  margin-left: 636px;
  width: 563px;
  height: 568px;
}

.jjfa {
  width: 100%;
  height: 730px;
}
.jjfa .wraper {
  padding-top: 50px;
}
.jjfa .title {
  height: 67px;
  line-height: 67px;
  font-size: min(48px, calc(20px + 48 * 100vw / 1920));
}
.jjfa h2 {
  height: min(68px, calc(20px + 48 * 100vw / 1920));
  line-height: min(68px, calc(20px + 48 * 100vw / 1920));
  font-size: min(48px, calc(20px + 48 * 100vw / 1920));
  font-weight: 500;
}
.jjfa .title_desc {
  text-align: center;
  margin-top: 16px;
  height: 22px;
  opacity: 1;
  color: #4c4c4c;
  font-size: 16px;
}
.jjfa .jjfa_tab {
  margin-top: 48px;
  margin-bottom: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f8fd;
  height: 48px;
  box-shadow: 0px 3px 6px 0px rgba(3, 37, 110, 0.16);
}
.jjfa .jjfa_tab .item {
  flex: 1;
  font-size: 24px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.jjfa .jjfa_tab .item img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.jjfa .jjfa_tab .item .item2_img {
  display: none;
}
.jjfa .jjfa_tab .active {
  font-size: 24px;
  color: #0069EA;
  opacity: 1;
}
.jjfa .jjfa_tab .active .item2_img {
  display: block;
}
.jjfa .jjfa_tab .active .item1_img {
  display: none;
}
.jjfa .content {
  display: none;
  width: 100%;
  height: 444px;
  position: relative;
}
.jjfa .content &gt; img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 1013px;
  height: 387px;
}
.jjfa .content .left {
  display: inline-block;
  width: 700px;
  height: 100%;
}
.jjfa .content .left .jjfa_head {
  height: 56px;
  line-height: 56px;
  font-size: 40px;
  opacity: 1;
}
.jjfa .content .left .divider {
  margin-top: 15px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.jjfa .content .left .content_txt {
  margin-top: 36px;
  opacity: 1;
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.jjfa .content .left .rela_solution {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #4C4C4C;
  margin-top: 36px;
}
.jjfa .content .left .solution_list {
  margin-top: 12px;
  display: flex;
}
.jjfa .content .left .solution_list .item {
  height: 36px;
  background: #E7EDFF;
  border-radius: 2px;
  line-height: 36px;
  text-align: center;
  padding: 0 12px;
  color: #0069EA;
  margin-right: 16px;
}
.jjfa .content .left .solution_list .item:last-child {
  margin-right: 0;
}
.jjfa .content .left .solution_list .item:hover {
  color: #fff;
  background: #0069EA;
}
.jjfa .content:first-child {
  display: block;
}

.company {
  height: 790px;
  color: #4c4c4c;
  width: 100%;
  position: relative;
}
.company .wraper {
  padding-top: 50px;
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.company .company_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  z-index: 0;
}
.company .company_bg1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 420px;
  z-index: 1;
}
.company .title {
  height: 67px;
  line-height: 67px;
  font-size: min(48px, calc(20px + 48 * 100vw / 1920));
}
.company .title_desc {
  text-align: center;
  margin-top: 16px;
  height: 22px;
  opacity: 1;
  color: #4c4c4c;
  font-size: 16px;
}
.company h2 {
  height: min(68px, calc(20px + 48 * 100vw / 1920));
  line-height: min(68px, calc(20px + 48 * 100vw / 1920));
  font-size: min(48px, calc(20px + 48 * 100vw / 1920));
  font-weight: 500;
}
.company .box {
  margin-top: 48px;
  width: 1200px;
  height: 528px;
  background: #ffffff;
  text-align: center;
  padding-top: 24px;
  box-shadow: 0px 3px 6px 0px rgba(3, 37, 110, 0.16);
}
.company .box img {
  height: 480px;
  width: 1146px;
}

.hzhb {
  background: #f3f7fd;
  height: 450px;
  position: relative;
}
.hzhb .hzhb_bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 360px;
  height: 458px;
}
.hzhb .wraper {
  padding-top: 50px;
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}
.hzhb .hzhb_head {
  text-align: center;
  font-size: min(48px, calc(20px + 48 * 100vw / 1920));
  height: 67px;
  line-height: 67px;
  font-weight: 500;
}
.hzhb .divider {
  margin-top: 13px;
  margin-bottom: 37px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.hzhb .hzhb_img {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.hzhb .hzhb_img img {
  display: inline-block;
  width: auto;
  height: 203px;
  animation: Animation 20s linear infinite;
}

@keyframes Animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.more {
  margin-top: 36px;
  border: 1px solid #0069EA;
  display: inline-block;
  height: 48px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  color: #0069EA;
  line-height: 46px;
  align-items: center;
  padding: 0 16px;
  font-size: 20px;
}
.more img {
  margin-left: 17px;
  width: 24px;
  height: 20px;
  vertical-align: middle;
}
.more .more_img2 {
  display: none;
}

.more:hover {
  background: #0069EA;
  color: #ffffff;
}
.more:hover .more_img1 {
  display: none;
}
.more:hover .more_img2 {
  display: inline-block;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.to-top img {
  width: 32px;
  height: 20px;
}

.picAnimation {
  animation-name: fadeInUp1;
}

@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}</pre></body></html>